home *** CD-ROM | disk | FTP | other *** search
/ Mission 3 / Mission 3.zip / Mission 3.iso / zugabe / va45 / visual45 / misc / all.def next >
Text File  |  1998-09-05  |  6KB  |  136 lines

  1.     ; Definition file for Genuwax Visual Assembler 4.5
  2.     ; (c) GenuWax 4/IX/98
  3.  
  4.     ; put here all the labels refering to the modules/library
  5.     ; you want to include/use in your program
  6.     ; also defined here : the stack size !
  7.  
  8.     ; [mandatory] means [var]
  9.     ; [option][whom][depend1][depend2][depend3]...
  10.  
  11. GWVA_ROOT_CTE_STACK_SIZE = 1024        ; [var][mandatory]
  12. GWVA_ROOT_MAX_PATH_LENGTH = 128        ; [var][mandatory]
  13.  
  14. GWVA_ROOT_DEFINE_VA_VERSION = 4        ; [var][mandatory]
  15. GWVA_ROOT_DEFINE_VA_MAJOR = 5        ; [var][mandatory]
  16. GWVA_ROOT_DEFINE_VA_MINOR = 00        ; [var][mandatory]
  17.  
  18. OPT_GWVA_DEBUG_ERROR            ; [option][root] generates an illegal when something goes wrong (for debugging purposes)
  19. OPT_GWVA_DEBUG_PRINT_COMMENTS        ; [option][root] print comments/warnings when assembling source
  20. OPT_GWVA_DEBUG_SEARCH_EXEC        ; [option][root] is needed to do any log alert_box/logger
  21. OPT_GWVA_DEBUG_FILTER             ; [var] filters debug messages to those in the list defined by OPT_GWVA_DEBUG_FILTER_PTR
  22. OPT_GWVA_DEBUG_FILTER_PTR        ; [var] pointer to the list of the GWVA_OBJ_NAME of objects to debug (end with 0.l)
  23. OPT_GWVA_DEBUG_FILTER_0NAMES         ; [option][root][OPT_GWVA_DEBUG_SEARCH_EXEC] filters debug messages for all objets having a 0.L in GWVA_OBJ_NAME
  24. OPT_GWVA_DEBUG_SEARCH_EXEC_IN_ALERT_BOX    ; [option][root][LIB_HEXA][LIB_DECI][OPT_GWVA_DEBUG_SEARCH_EXEC] prints an alert box at each method distribution
  25. OPT_GWVA_DEBUG_SEARCH_EXEC_IN_LOGGER    ; [option][root][LIB_HEXA][LIB_DECI][OPT_GWVA_DEBUG_SEARCH_EXEC][GWVA_DEBUG_MSG_MAX_SIZE][GWVA_DEBUG_MAX_MSG_DEBUG_PENDING] prints in log window each method distribution
  26. GWVA_DEBUG_MSG_MAX_SIZE = 256        ; [var] defines the debug message max length (generated by SEARCH_EXEC)
  27. GWVA_DEBUG_MAX_MSG_DEBUG_PENDING = 64    ; [var] how many debug messages can be sent in a row
  28.  
  29. OPT_GWVA_ROOT_ARGV            ; [option][root] permits to use ARGV compatible command lines
  30.  
  31. MDL_TOS                ; [root] | exclusif
  32. MDL_GEM                ; [root] | exclusif
  33.  
  34. PATCH_GWVA_ROOT_GEM_MESSAGE_PADDED16    ; [option][MDL_GEM] aligns automatically the length of outgoing messages on multiple of 16 bytes
  35.  
  36. MDL_CLONING                ; [root] to clone object.
  37.  
  38. MDL_RELOCATE_RSC            ; [MDL_GEM]
  39.  
  40. MDL_EVENTS                ; [MDL_GEM]
  41.  
  42. GWVA_ROOT_CTE_MAX_TIMER = 1        ; [var][mandatory][MDL_EVENTS][LIB_200HZ] defines the maximum number of timers used at the same time
  43. GWVA_ROOT_CTE_MAX_MOUSEZONE = 1        ; [var][mandatory][MDL_EVENTS] defines the maximum number of mouze zones used at the same time
  44.  
  45. MDL_MENU                ; [MDL_EVENTS]
  46.  
  47. MDL_WIND                ; [MDL_EVENTS]
  48.  
  49. MDL_WIND_ICONIFICATION            ; [MDL_WIND] to enable the wind iconification code (should you use it)
  50.  
  51. ;MDL_CHILDREN_WINDOWS            ; [MDL_WIND]
  52.  
  53. MDL_COLORS                ; [MDL_GEM]
  54.  
  55. MDL_WIND_BITMAP            ; [MDL_WIND][MDL_COLORS]
  56.  
  57. ;OPT_GWVA_WIND_REDRAW_HIDE_MOUSE        ; [option][MDL_WIND]
  58.  
  59. MDL_WIND_MENU            ; [MDL_MENU][MDL_WIND] to have menus attached in your windows. Add 3 to GWVA_ROOT_CTE_MAX_MOUSEZONE
  60. MDL_WIND_MENU_CLONING            ; [MDL_WIND_MENU][MDL_CLONING][LIB_MULTI_RSC] to have the same menu in different window
  61.  
  62. ;MDL_WIND_TOOLBAR            ; [MDL_CHILDREN_WINDOWS] permits to place automatically a child window like a toolbar
  63.  
  64. MDL_WIND_TEXT            ; [MDL_WIND]
  65. ;MDL_WIND_STYLIZED_EDITABLE_TEXT        ; [MDL_WIND_TEXT]
  66.  
  67. MDL_WIND_RSC            ; [MDL_WIND] to have Windows with RSC Formularies inside
  68. MDL_WIND_RSC_CLONING            ; [MDL_WIND_RSC][MDL_CLONING][LIB_MULTI_RSC] to have the same resource tree in different window
  69.  
  70. MDL_WIND_RSC_POPUP            ; [MDL_WIND_RSC] to have popup window with resource
  71.  
  72. MDL_WIND_FORM            ; [MDL_WIND_RSC] to have formularies object inside your window
  73. PATCH_GWVA_WFORM_CUSTOM_EDITABLE_TEXT    ; [option][MDL_WIND_FORM] patches the behaviour of objc_edit to have smart cursor redraw and extended capabilities
  74. OPT_GWVA_WFORM_POS_CURS_WITH_MOUSE        ; [option][MDL_FORM_EDITABLE_TEXT] permits to position the editable text cursor under your click in the field.
  75. ;MDL_WIND_COPY_PASTE            ; [MDL_FORM_EDITABLE_TEXT]
  76. MDL_FORM_BUTTON            ; [MDL_WIND_FORM] to be included if you have "clickable" buttons in your Formulary Windows
  77. MDL_FORM_TEXT            ; [MDL_WIND_FORM] to deal with simple and editable texts
  78. MDL_FORM_PROGRESS            ; [MDL_WIND_FORM][LIB_DECI] to include a progress-bar object with an optional % text field.
  79. MDL_FORM_SLIDER            ; [MDL_WIND_FORM] to transform several RSC index in a slider
  80. MDL_FORM_CLICK_EQUIV            ; [MDL_WIND_FORM] to include an oject which permits to redirect clicks
  81. MDL_FORM_MENU_POPUP            ; [MDL_WIND_FORM] to have a form objet that will activate a menu popup when clicked
  82. MDL_FORM_RADIO_BUTTON            ; [MDL_WIND_FORM] to use radio buttons in your formularies
  83. MDL_FORM_EDITABLE_TEXT            ; [MDL_FORM_TEXT] to make your forms texts fields editable
  84. ;MDL_FORM_CHAINED_TEXT            ; [MDL_FORM_TEXT] to make several text fields (editable or not) as one
  85.  
  86.  
  87. LIB_MENU                ; [MDL_MENU]
  88.  
  89. LIB_MULTI_RSC            ; [MDL_GEM] to copy, restore and duplicate RSC trees or objects
  90.  
  91. LIB_FILESELECTOR            ; [MDL_GEM] to use a fileselector with advanced input parameters
  92. LIB_FSEL_BSS_FORM            ; [LIB_FILESELECTOR] to use the file-selctor and fill text objects with result
  93.  
  94. LIB_GEM_CLIPBOARD            ; [LIB_LOAD_FILE_IN_MEM] to access the GEM clipboard functions easily
  95.  
  96. LIB_MODAL_FORMULARY            ; [MDL_GEM] to use modal formularies (blocking graphic redraws)
  97.  
  98. LIB_STRING                ; [root]
  99. LIB_STRING_CHANGE_CASE            ; [LIB_STRING]
  100.  
  101. LIB_COLOR                ; [root] Library for palette conversions
  102.  
  103. LIB_HEXA                ; [root]
  104. LIB_DECI                ; [root]
  105. LIB_TIME_DATE            ; [LIB_DECI]
  106.  
  107. LIB_GET_FLENGTH            ; [root]
  108. LIB_LOAD_FILE_IN_MEM            ; [LIB_GET_FLENGTH]
  109. LIB_RECURSIVE_FILE_SEARCH        ; [root]
  110. LIB_FIND_TEXT_IN_FILE            ; [root]
  111.  
  112. FLG_INHIBE_COLOR            ; [root] to inhibe all the COLOR and COLOR256 macros
  113.  
  114. LIB_RS232                ; [LIB_200HZ]
  115. LIB_200HZ                ; [root]
  116.  
  117. LIB_COOKIE                ; [root] to use cookie functions
  118. LIB_INSTALL_COOKIE            ; [LIB_COOKIE] if you want to install a cookie yourself
  119. LIB_SEARCH_SYSTEM_COOKIES        ; [LIB_COOKIE] to search for some system cookies at startup
  120. LIB_XBRA                ; [root] to use XBRA functions
  121.  
  122. LIB_XHDI                ; [LIB_COOKIE]
  123. LIB_XHDI_INFOPARTITION            ; [LIB_XHDI]
  124. LIB_XHDI_GETVERSION            ; [LIB_XHDI]
  125. LIB_XHDI_INQTARGET            ; [LIB_XHDI]
  126. LIB_XHDI_STOP            ; [LIB_XHDI]
  127. LIB_XHDI_READWRITE            ; [LIB_XHDI]
  128. LIB_XHDI_INQDEV2            ; [LIB_XHDI]
  129. LIB_XHDI_GETCAPACITY            ; [LIB_XHDI]
  130. LIB_XHDI_LASTACCESS            ; [LIB_XHDI]
  131.  
  132. LIB_COMPARE_DISK_FREESPACE        ; [root]
  133.  
  134. LIB_STIK                ; [root]
  135. LIB_STING                ; [LIB_STIK]
  136.